home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 31
/
PC Actual CD 31.iso
/
dists
/
COMPAT20
/
INSTALL.SH
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1998-09-22
|
158 b
|
9 lines
#!/bin/sh
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1
fi
cat compat20.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
exit 0